<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 150px 0 50px 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {

}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide a{
	display: block;
	position: relative;
}
#certify  .swiper-slide p {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #005ba8;
	width: 20px;
	height: 20px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #005ba8;
	background-color: #005ba8;
}

#certify .swiper-button-prev {
	left: 0;
	width: 45px!important;
	height: 45px!important;
	background: url(../images/swiper-el-l.png) no-repeat !important;
	background-position: 0 0;
	background-size: 100%!important;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0 !important;
	width: 45px!important;
	height: 45px!important;
	background: url(../images/swiper-el-r.png) no-repeat !important;
	background-position: 0 -93px;
	background-size: 100%!important;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}</pre></body></html>